Advertisement
Eminic

nanibakana

Aug 3rd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. wait(1)
  2. local plr = game.Players.LocalPlayer
  3. local char = plr.Character
  4. local hrp = char.HumanoidRootPart
  5. local tor = char.Torso
  6. local ayy = Instance.new("Part",workspace)
  7. ayy.CanCollide = true
  8. ayy.Locked = true
  9. ayy.Anchored = true
  10. ayy.TopSurface = "Smooth"
  11. ayy.BottomSurface = "Smooth"
  12. ayy.formFactor = "Symmetric"
  13. ayy.Size = Vector3.new(14.22,10.66,1)
  14. ayy.CFrame = char.CFrame
  15. ayy2 = Instance.new("Decal")
  16. ayy2.Parent = ayy
  17. ayy2.Texture = "rbxassetid://2168516564"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement