Advertisement
jeremy394490

FE Clone Script

Nov 29th, 2021
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. --credit to mucokls12 on v3rm
  2.  
  3. --[[
  4. You have to wear these hats in order to spawn the R6 character, otherwise the script wont work.
  5.  
  6. 1 - RoBox: https://www.roblox.com/catalog/4819740796/Robox
  7. 2 - Lavender Updo: https://www.roblox.com/catalog/451220849/Lavender-Updo
  8. 3 - Brown Hair: https://www.roblox.com/catalog/62234425/Brown-Hair
  9. 4 - Chestnut Bun: https://www.roblox.com/catalog/62724852/Chestnut-Bun
  10. You need to have the Woman bundle, because this hat is inside of it: https://www.roblox.com/bundles/239/Woman
  11. 5 - ROBLOX Girl - Hair: https://www.roblox.com/catalog/48474294/...-Girl-Hair
  12. You need to have the ROBLOX Girl bundle, because this hat is inside of it: https://www.roblox.com/bundles/282/ROBLOX-Girl
  13. 6 - Bacon Hair: https://www.roblox.com/catalog/63690008/Pal-Hair
  14. 7 - Red Roblox Cap: https://www.roblox.com/catalog/48474313/Red-Roblox-Cap
  15.  
  16. NOTE: You can also wear these hats as the head for the R6 Character (Wear the hat instead of Robox):
  17. 1 - Fire Head: https://www.roblox.com/catalog/5645676047/Fire-Head
  18. 2 - Hacker Head: https://www.roblox.com/catalog/4933737330/Hacker-Head
  19. 3 - Guesty Head: https://www.roblox.com/catalog/5553425727/Guesty-Head
  20. 4 - Cartoony Rainbow Head: https://www.roblox.com/catalog/5231646851/Cartoony-Rainbow-Head
  21. 5 - Dark Matter Head: https://www.roblox.com/catalog/5355731757/Dark-Matter-Head
  22. 6 - Horned Shadow Realm Head: https://www.roblox.com/catalog/535529762...Realm-Head
  23. 7 - Creepy Head: https://www.roblox.com/catalog/5359864810/Creepy-Head
  24. 8 - Shadowed Head: https://www.roblox.com/catalog/4904654004/Shadowed-Head
  25.  
  26. Keybinds:
  27. L - Spawn the Nameless R6 character
  28. P - Switch Character
  29.  
  30. R6 Character Keybinds:
  31. E - Do a random dance
  32. R - Do the dance1 dance
  33. T - Do the dance2 dance
  34. Y - Do the dance3 dance
  35. Z - Wave
  36. X - Point
  37. C - Laugh
  38. V - Cheer
  39. --]]
  40.  
  41. spawn(function()
  42. while true do
  43. game:GetService("RunService").Heartbeat:Wait()
  44. game:GetService("Players").LocalPlayer.MaximumSimulationRadius = math.huge;
  45. setsimulationradius(math.huge);
  46. end
  47. end)
  48.  
  49. loadstring(game:GetObjects("rbxassetid://5688101100")[1].Source)()
  50.  
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement