#part apparently not in workspace
39 messages · Page 1 of 1 (latest)
or :FindFirstChild
waitforchild will wait until the object is created
findfirstchild can return negative
Player.Character.HumanoidRootPart.Position = workspace:WaitForChild("MainMapSpawn").Position
ok
Player.Character.HumanoidRootPart.Position = workspace:WaitForChild("MainMapSpawn").Position
we gave it...
Player.Character.HumanoidRootPart.Position = workspace:WaitForChild("MainMapSpawn").Position
bro
" "
i cant do this
local ProximityPrompt = script.Parent
ProximityPrompt.Triggered:Connect(function(Player)
task.wait(0.5)
Player.Character:WaitForChild("HumanoidRootPart").CFrame = workspace:WaitForChild("MainMapSpawn").CFrame
end)