RyanDaCoder

Gold Gun Test

Nov 26th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local a = Instance.New ("Part")
  2. a.Anchored = true
  3. a.CanCollide = false
  4. a.Parent = game.Workspace
  5.  
  6. local b = Instance.New ("Decal")
  7. b.Parent = game.Part
  8. b.Texture = "https://web.roblox.com/library/3620710/GoldGun"
  9. b.Name = "GoldGun"
  10. b.Anchored = true
Add Comment
Please, Sign In to add comment