Advertisement
MindOfPlayer

Re

Jul 16th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1.        saved = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2.         game:GetService("StarterGui"):SetCore("SendNotification", {
  3.         Title = "Position Saved";
  4.         Text = "Success";
  5.         })
  6.         local A_1 = "LocalPlayer"
  7.  
  8. local Event = game:GetService("Workspace").Remote.loadchar
  9. Event:InvokeServer(A_1)
  10.  
  11.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = saved
  12.         game:GetService("StarterGui"):SetCore("SendNotification", {
  13.         Title = "Position Loaded";
  14.         Text = "Success";
  15.         })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement