Advertisement
ModuleForRBLX

Untitled

Feb 24th, 2019
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. ---------------FE Fencing LOL Morph by Cyclically---------------
  2.  
  3. --YOU NEED 8 SPRAY CANS BEFORE YOU RUN!
  4.  
  5. ---------------MAIN SCRIPT---------------
  6. LocalPlayer = game:GetService("Players").LocalPlayer
  7. CC = game.Workspace.CurrentCamera
  8. for index, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  9. if index == 1 then
  10. tool.Grip = CFrame.new(0.134117052, 94.5406647, -1.04902279, -0.020571908, 0, 0.999788284, -5.56244935e-08, 1, -1.14454435e-09, -0.999788344, -5.56362707e-08, -0.0205719098)
  11. elseif index == 2 then
  12. tool.Grip = CFrame.new(0.134116888, 1.84902346, 95.3406677, -0.020571908, 0, 0.999788284, 0.999788344, 6.75611531e-08, 0.0205719098, -6.75468499e-08, 1, -1.38986189e-09)
  13. elseif index == 3 then
  14. tool.Grip = CFrame.new(0.134116873, 5.84902334, 95.3406677, -0.020571908, 0, 0.999788284, 0.999788344, 6.75611531e-08, 0.0205719098, -6.75468499e-08, 1, -1.38986189e-09)
  15. elseif index == 4 then
  16. tool.Grip = CFrame.new(0.134116843, 94.3406677, -6.84902716, -0.0205719061, 0, 0.999788225, -1.11248987e-07, 1, -2.2890887e-09, -0.999788344, -1.11272541e-07, -0.0205719098)
  17. elseif index == 5 then
  18. tool.Grip = CFrame.new(0.134116799, 94.3406677, -4.84902716, -0.0205719061, 0, 0.999788225, -1.11248987e-07, 1, -2.2890887e-09, -0.999788344, -1.11272541e-07, -0.0205719098)
  19. elseif index == 6 then
  20. tool.Grip = CFrame.new(0.134116679, -5.84903097, -93.3406677, -0.0205719043, 0, 0.999788165, -0.999788344, -1.54983923e-07, -0.0205719098, 1.54951124e-07, -1, 3.18831539e-09)
  21. elseif index == 7 then
  22. tool.Grip = CFrame.new(0.13411659, -8.84902954, -95.3406677, -0.0205719043, 0, 0.999788165, -0.999788344, -1.54983923e-07, -0.0205719098, 1.54951124e-07, -1, 3.18831539e-09)
  23. elseif index == 8 then
  24. tool.Grip = CFrame.new(0.134116337, 94.4411926, -7.93386269, -0.0205719024, 0, 0.999788105, -1.11248987e-07, 1, -2.2890887e-09, -0.999788344, -1.11272534e-07, -0.0205719098)
  25. end
  26. if tool.Handle.Mesh then
  27. tool.Handle.Mesh:Destroy()
  28. end
  29. if index <= 8 then
  30. tool.Parent = LocalPlayer.Character
  31. end
  32. wait()
  33. end
  34. LocalPlayer.Character:MoveTo(Vector3.new(LocalPlayer.Character.Torso.Position.X, LocalPlayer.Character.Torso.Position.Y + 100, LocalPlayer.Character.Torso.Position.Z))
  35. LocalPlayer.Character.Humanoid.HipHeight = 95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement