#Hover Script Speed

1 messages · Page 1 of 1 (latest)

high lichen
#

Quick script question. In this script, what would I add to change the speed of the object?

local startPos = part.Position

while true do
    wait()
    part.Position = startPos + Vector3.new(0,math.sin(tick()),0)
end```
dusky sinew
#

Dude use LinearVelocity