Advertisement
kietprofe40

save/loadpos

Apr 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. savepos
  2. LPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3. main:TweenPosition(UDim2.new(0.911181152, 0, 0.517114937, 0), "Out")
  4. main:TweenPosition(UDim2.new(0.99728012, 0, 0.517114937, 0), "In")
  5.  
  6.  
  7. Loadpos
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = LPos
  9. TPTO:TweenPosition(UDim2.new(0.911221445, 0, 0.57823962, 0), "Out")
  10. TPTO:TweenPosition(UDim2.new(0.99728012, 0, 0.57823962, 0), "In")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement