Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Position Saved";
- Text = "Success";
- })
- local A_1 = "LocalPlayer"
- local Event = game:GetService("Workspace").Remote.loadchar
- Event:InvokeServer(A_1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Position Loaded";
- Text = "Success";
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement