How do i tweak a billboard Gui so that it can only be seen from a certain range and disappears when a player steps out of that range. Not exactly disappears but just not visible for that play. Without FE please
#Strikin'
"'Without FE'
Impossible, make your game work with filtering to make it less exploitable and more flexible for things like this.
This is all you could do and it can only hide from a single player.
http://wiki.roblox.com/index.php?title=API:Class/BillboardGui/PlayerToHideFrom"
Or you could place it in StarterGui to be copied into every player's PlayerGui, there is a reason for the Adornee property.
RemoteEvents will work anywhere, but if you put them in say, ServerStorage, a local script won't be able to reference it so you couldn't really do anything with it.