Draineed
(Draineed)
#1
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
Aldanium
(segfault)
#2
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.
Draineed
(Draineed)
#3
So,the only way to change simulationradius is with commandbar?
Aldanium
(segfault)
#4
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
Draineed
(Draineed)
#5
Do you know if there is any alternative?
Aldanium
(segfault)
#6
What exactly are you trying to do?
Aldanium
(segfault)
#9
Have you tried SetNetworkOwner
?
Draineed
(Draineed)
#10
SetNetworkOwner() does a different thing,it only gives the physic to a certain player.I dont want this.
Draineed
(Draineed)
#11
Script is done.I Just have to fix the high simulationradius from the player.Thanks.