Advertisement
cat568

Untitled

May 31st, 2020
1,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1.  
  2. local me = workspace.Tabby_Cxt
  3.  
  4.  
  5. me.HumanoidRootPart.CFrame = CFrame.Angles(0,0,0)
  6. me["Left Leg"].Position = me["Left Leg"].Position + Vector3.new(-0.5,0,-1.5)
  7. me.Head.Position = me.Head.Position + Vector3.new(0,-1.5,-1.5)
  8. me["Right Leg"].Position = me["Right Leg"].Position + Vector3.new(0.5,0,-1.5)
  9. me["Right Arm"].Position = me["Right Arm"].Position + Vector3.new(-0.5,-2,1.5)
  10. me["Left Arm"].Position = me["Left Arm"].Position + Vector3.new(0.5,-2,1.5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement