Advertisement
TheUnknownDiscord

wall

Sep 20th, 2021 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Wall = Instance.new("Part", script)
  2. Wall.Size = Vector3.new(40,20,1)
  3. Wall.Anchored = true
  4. Wall.CFrame = owner.Character.HumanoidRootPart.CFrame * CFrame.new(0,7.25,-10)
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement