MrKix

Скрипт 11, A Bizzare Day Items TP.

Oct 11th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. -- Rokaka Fruit TP.
  2.  
  3. local me = game.Players.LocalPlayer.Character
  4.  
  5. local targetzone = game:GetService("Workspace")["Rokakaka Fruit"].Handle
  6.  
  7. me.HumanoidRootPart.CFrame = CFrame.new(targetzone.Position.X, targetzone.Position.Y, targetzone.Position.Z)
  8.  
  9.  
  10.  
  11. -- Banknote(Money) TP
  12.  
  13. local me = game.Players.LocalPlayer.Character
  14.  
  15. local targetzone = game:GetService("Workspace").Banknote.Handle
  16.  
  17. me.HumanoidRootPart.CFrame = CFrame.new(targetzone.Position.X, targetzone.Position.Y, targetzone.Position.Z)
  18.  
  19.  
  20.  
  21. -- Stand Arrow TP
  22. local me = game.Players.LocalPlayer.Character
  23.  
  24. local targetzone = game:GetService("Workspace").Arrow.Part
  25.  
  26. me.HumanoidRootPart.CFrame = CFrame.new(targetzone.Position.X, targetzone.Position.Y, targetzone.Position.Z)
  27.  
  28. -- Вводите по отдельности! <3
Add Comment
Please, Sign In to add comment