Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Spinning Coin and on child touched script help?

Asked by
Coder_1 27
4 years ago

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 ~~~~~~~~~~~~~~~~~

1
use a `BodyAngularVelocity`.. it's the easiest and most efficient way.. More here: https://developer.roblox.com/en-us/api-reference/class/BodyAngularVelocity User#23252 26 — 4y

Answer this question