APOCALYPSE RISING 2 GAMEPLAY GUIDE - HOW TO FIND GOOD LOOT AND KILL ZOMBIES EASIER - Duration: 6:43. Prazzy 12,496 views. Read reviews and buy Roblox Action Collection - Apocalypse Rising 2 Six Figure Pack (Includes Exclusive Virtual Item) at Target. Choose from contactless Same Day Delivery, Drive Up and more.
Jan 5th, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Game Link: https://www.roblox.com/games/863266079/Apocalypse-Rising-2-Alpha
- loadstring(game:HttpGetAsync('https://pastebin.com/raw/yFD4crSn'))()
- local plr = game.Players.LocalPlayer
- local input = game:GetService('UserInputService')
- local on = false
- local hum = plr.Character.HumanoidRootPart
- local findNear = function()
- for _,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= plr.Name and (v.Character.Head.Position-plr.Character.Head.Position).magnitude < near or near 0 and v.Name ~= plr.Name then
- near = (v.Character.Head.Position-plr.Character.Head.Position).magnitude
- end
- end
- end
- input.InputBegan:connect(function(input, func)
- if input.UserInputType Enum.UserInputType.MouseButton2 then
- elseif input.KeyCode Enum.KeyCode.X then
- end
- end)
- input.InputEnded:connect(function(input, func)
- if input.UserInputType Enum.UserInputType.MouseButton2 then
- end
- end)
- game['Run Service'].RenderStepped:connect(function()
- print('found')
- camera.CFrame = CFrame.new(camera.CFrame.Position, target.Position)
- hum.CFrame = CFrame.new(hum.Position, Vector3.new(target.Position.X,hum.Position.Y,target.Position.Z))
- end)
- print('ran!')