Meliodas0_0

Untitled

Sep 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1.  
  2. local weapon = workspace.GunShop.RocketLauncher
  3. weapon.BoundingBox.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(8, 0, 0)
  4. weapon.BoundingBox.Transparency = 0
  5. end)
  6. --------------------------------------------------------------------------------------
  7. local weapon = workspace.GunShop.Uzi
  8. weapon.BoundingBox.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(8, 0, 0)
  9. weapon.BoundingBox.Transparency = 0
  10. --------------------------------------------------------------------------------------
  11.  
  12.  
  13. --------------------------------------------------------------------------------------
  14.  
  15.  
  16. --------------------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment