1 | game.Players.PlayerAdded:connect( function (plr) |
2 | repeat wait() until plr.Character |
3 | while wait() do |
4 | script.Parent.BodyGyro.cframe = plr.Character.Torso.CFrame |
5 | end |
6 | end ) |
This script will not work. :(
Well "cframe" needs to be capitalized.
1 | ent.BodyGyro.CFrame = plr.Cha |