Advertisement
Elixcore

Untitled

Mar 26th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. x = 1
  2. while wait(0.5) do
  3. if x == 1 then
  4. for i,v in pairs(game.Workspace.Mobs.Fishmen:GetChildren()) do -- Fishman
  5. if v.Parent:FindFirstChild("Fishman") then
  6. if v.Humanoid.Health > 1 then
  7. if not v:FindFirstChild("ForceField") then
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
  9. game.ReplicatedStorage.RemoteEvents.DoubleSmashRemote:FireServer(workspace.Elixcore.HumanoidRootPart, workspace.Elixcore, game.Players.LocalPlayer.PlayerValues.DevilFruitValue, false, game.Players.Elixcore.PlayerValues.DevilFruitExperience, game.Players.LocalPlayer.PlayerValues.DevilFruitExperienceMax, game.Players.LocalPlayer.PlayerValues.DevilExpMultiplier, v.HumanoidRootPart.Position, workspace.Elixcore["Gura Gura no mi"].Handle)
  10. end
  11. end
  12. end
  13. end
  14. end
  15. end
  16. --spams
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement