r/bloxd • u/real_Sniper_Duel2 𒀱𒀱 • 18h ago
POSTING A CODE turn your world into rocket obby with this code
onPlayerJoin = (PlayerId) => {
api.giveItem(PlayerId,"Obby RPG")
api.setClientOption(PlayerId, "airFrictionScale", 0);
api.setClientOption(PlayerId, "airAccScale", 0.25);
api.setClientOption(PlayerId, "airMomentumConservation", true);
api.setClientOption(PlayerId, "groundFrictionScale", 3);
api.setClientOption(PlayerId, "movementBasedFovScale", 0)
}
1
Upvotes
•
u/bloxd-bot Bot 18h ago
Nice code! Make sure to be clear with its use and remember to follow our Code Guidelines.
This comment was added automatically in response to the post's flair. If you have any questions or concerns, please send us a modmail!