Hi guy's i need some help making a script that spins the coin and when the Character touches it you gain plus 1 speed and based on your prestige so for e.g if your prestige 0 its just +1 but even prestige +1 the multiplier goes even higher thanks! ~~~~~~~~~~~~~~~~~
while true do
script.Parent.CFrame = script.Parent.CFrame * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(0, 00.1, 0)
wait()
end
~~~~~~~~~~~~~~~~~