Aug 5th, 2019
Never
Shooting people with NERF GUNS on Roblox.? Today I try out the new Roblox NERF FPS game and it's actually pretty sick! Be sure to leave a like i. Find great deals on eBay for nerf guns for sale. Shop with confidence. Today I play Nerf FPS! A game where it's basically arsenal but with nerf guns!Name: ROBLOX NERF WAR???-.
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Nerf Guns For Sale On Ebay
- game.Players.LocalPlayer.leaderstats.Level.Value = 100000
- local Humanoid = game:GetService('Players').LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal('WalkSpeed'):Connect(function()
- end)
- local Player = game:GetService('Players').LocalPlayer
- game:GetService('RunService').Stepped:connect(function()
- for i,v in pairs (game:GetService('Players'):GetChildren()) do
- if v.TeamColor ~= Player.TeamColor and v.Name ~= Player.Name then
- v.Character.HumanoidRootPart.Size = Vector3.new(40,40,40)
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new('Really red')
- elseif v.TeamColor Player.TeamColor and v.Name ~= Player.Name then
- v.Character.HumanoidRootPart.Size = Vector3.new(0,0,0)
- end
- end)