Rival Ducks

Command Palette

Search for a command to run...

The Workspace :

Tracked since by GodLikesYou

PlayOpen on Roblox
Performance
Profile

Concurrent players

Metrics over time

About & history

About

COMMANDS 1. !staircase (x pos) (y pos) (z pos) (staircase number) Example : !staircase (cos(x)) (x) (sin(x)) 100 2. !function (y = f(x, z)) (x start) (x end) (z start) (z end) (interval) Example : !function (sin(x)+sin(z)) -10 10 -10 10 0.25 3. !implicit (f(x, y, z) = 0) (x start) (x end) (y start) (y end) (z start) (z end) (interval) Example : !implicit (x*x+y*y+z*z-4) -5 5 -5 5 -5 5 0.25 4. !clear (object) Example : !clear staircase, !clear function, !clear implicit NOTES Make sure to remove the spaces between each term (change x + y + z to x+y+z) Make sure to use appropriate mathematical operations (change xy to x*y etc) If a math function is inside roblox library its usable so have fun