ID:178303
 
Ok.. How would i set speed?

Like a var called speed and when u buy a NOs system.. it would rase the speed var to 10 and it rases the user's movement speed..? the higher the fastest the lower the slowest.
mob
Move()
if(Moving == 0)
Moving = 1
..()
sleep(Speed)
Moving = 0

That'll wait Speed ticks after every movement. It's the easiest way to manipulate speed.