Advertisement
eea

reflball

eea
Apr 3rd, 2023 (edited)
1,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local part = Instance.new("Part", script)
  2. part.Shape = "Ball"
  3. part.CFrame = owner.Character.Head.CFrame * CFrame.new(0, 0, -10)
  4. part.Size = Vector3.one * 10
  5. part.Reflectance = 1
  6. part.Anchored = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement