King_ScriptsOP

Updated celebration event script

Sep 28th, 2025
201
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 1 0
  1. - if u using this script in celebration event server use this script
  2. getgenv().Settings = {
  3. JoinTeam = true,
  4. Team = "Rip Family"
  5. }
  6. loadstring(game:HttpGet("https://raw.githubusercontent.com/kiddohiru/Source/main/BloxFruits.lua"))()
  7.  
  8. - if u using this script in normal bloxfruits server than use this
  9. getgenv().Settings = {
  10. JoinTeam = true,
  11. Team = "Marines"
  12. }
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/kiddohiru/Source/main/BloxFruits.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment