Free Roblox Estudios

Mar 26th, 2020
  1. Free Roblox Studios Game
  2. Free Roblox Estudios Para
Free roblox estudios pc

Roblox studio Android App Roblox studio is available to download on YourApk.co for Free. YourApk.co is providing you an opportunity to download.apk file of Roblox studio for Android absolutely for free full version of app, without any viruses or malware. To find the script next time you open up Roblox Studio, click on the name of the script above the game editor, or double-click the script’s name in the Explorer. These documents are licensed by Roblox Corporation under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Free Roblox Studios Game

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. mouse = player:GetMouse()
  2. ammo = maxAmmo
  3. firing=false
  4. reload =2
  5. script.Parent.Activated:Connect(function()
  6. firing =true
  7. repeatlocal bullet= Instance.new('Part', workspace)
  8. bullet.Shape ='Ball'
  9. bullet.BrickColor = BrickColor.new('Bright red')
  10. local Axis = CFrame.new(script.Parent.Handle.Position, mouse.Hit.p)
  11. local Theta =math.random()*math.pi*2
  12. local x =math.cos(Theta)*math.sin(Phi)
  13. local z =math.cos(Phi)
  14. local Coordinate = Axis * CFrame.fromEulerAnglesXYZ(x,y,z)
  15. local vel = Instance.new('BodyVelocity')
  16. game.Debris:AddItem(bullet,15)
  17. if hit.Parent ~= player.Character and hit.Parent:FindFirstChild('Humanoid')then
  18. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - damage
  19. end
  20. wait(rate)
  21. end
  22. script.Parent.Deactivated:Connect(function()
  23. firing =false
  24. end)
  25. ifstring.lower(k)'r'and ammo < maxAmmo and firing falsethen
  26. wait(reload)
  27. canFire =true
  28. end)

Free Roblox Estudios Para