you are here: home > FIFA Street 4 cheats
welcome to xbox 360 cheats - over 7598 xbox 360 cheats and codes!
It is vital to be cautious when using "require" scripts from unknown sources. Because these scripts pull code from the Roblox library, they can be updated by the creator at any time. Potential Hazards:
-- In a Script/LocalScript: local utils = require(game.ReplicatedStorage.Utilities) print(utils.add(5, 3)) --> 8 f3x require script
Use require() only for existing Roblox modules; for custom code, prefer loadstring or direct execution. It is vital to be cautious when using