Answered by
4 years ago Edited 4 years ago
Please provide explanation with your answers. Simply posting code does not spread knowledge of integral scripting processes which helps people understand the logic and reasoning behind your answer.
Just change the players' positions in a regular Script
.
1 | local tool = script.Parent |
3 | tool.Activated:Connect( function () |
4 | for _, player in pairs (game.Players:GetPlayers()) do |
5 | player.Character.HumanoidRootPart.CFrame = tool.Parent.Parent.Character.HumanoidRootPart.CFrame |