Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Bubble sheild script by basstracker1970
- ---First Time Useing/Trying Welds
- plr = game.Players.LocalPlayer
- char = plr.Character
- part = Instance.new("Part",char.Torso)
- part.Shape = "Ball"
- part.Material = "Glass"
- part.Transparency = 0.5
- part.Size = Vector3.new(20,20,20)
- weld = Instance.new("Weld",char.Torso)
- weld.Part0 = char.Torso
- weld.Part1 = part
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement