# 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```