Answered by
6 years ago Edited 6 years ago
ok then,
change script to this maybe
1 | local Player = game.Players:WaitForChild( "MageMasterHD" , 10 ) |
6 | script.Parent:SetPrimaryPartCFrame(Player.Character.UpperTorso.CFrame) |
7 | script.Parent:SetPrimaryPartCFrame(script.Parent:GetPrimaryPartCFrame() * CFrame.fromEulerAnglesXYZ( 0 , 0.1 , 0 )) |
to
(put this in just a script in StarterPlayer>StarterPlayerScripts) XD
01 | Player = script.Parent.Parent |
03 | Player = script.Parent.Parent |
06 | if Player.Name = "MageMasterHD" then |
09 | (model).CFrame = Player.Character.Humanoid.Torso.CFrame |
10 | (model).Orientation = (orientation stuff) |
change (model) to the model:FindPrimary stuff, hope this answers your question :)
Extra credit:
just in case you want to ever teleport a character ONLY use humanoid.Torso, its not actualy ssomething in humanoid its a property actualy that is hidden. :)
example:
1 | character).Humanoid.Torso.CFrame = Vector 3. new(x,y,z) |