Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local hrp = char.HumanoidRootPart
- local tor = char.Torso
- local ayy = Instance.new("Part",workspace)
- ayy.CanCollide = true
- ayy.Locked = true
- ayy.Anchored = true
- ayy.TopSurface = "Smooth"
- ayy.BottomSurface = "Smooth"
- ayy.formFactor = "Symmetric"
- ayy.Size = Vector3.new(14.22,10.66,1)
- ayy.CFrame = char.CFrame
- ayy2 = Instance.new("Decal")
- ayy2.Parent = ayy
- ayy2.Texture = "rbxassetid://2168516564"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement