Script executable only on commandbar

The titles says too much but here is the code

game.Players.LocalPlayer.MaximumSimulationRadius = 0

i searched on roblox developer site and it says:
LocalUserSecurity

This member cannot be used in scripts, but is usable in the command bar.

anyway to execute this as LocalScript?
i already tried it but,region is still growing.

1 Like

LocalUserSecurity
It can only be used by the Command Bar. Can’t be used in scripts though. Read up more on

This should be your answer.

So,the only way to change simulationradius is with commandbar?

According to the Wiki. Yeah. I don’t know much abt this member but it is what it says so that’ll most likely be the case.

2 Likes

Do you know if there is any alternative?

What exactly are you trying to do?

Have you tried SetNetworkOwner?

SetNetworkOwner() does a different thing,it only gives the physic to a certain player.I dont want this.

Script is done.I Just have to fix the high simulationradius from the player.Thanks.