of     1   

ElectoStriking
#183381442Thursday, February 11, 2016 5:36 PM GMT

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'
128Gigabytes
#183381667Thursday, February 11, 2016 5:42 PM GMT

'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
TimeTicks
#183382702Thursday, February 11, 2016 6:11 PM GMT

You're going to have to update all the clients of that billboard.
ElectoStriking
#183383029Thursday, February 11, 2016 6:20 PM GMT

k ill remake it with FE. Just a quick Q tho, can i put a remote event anywhere in the game or do they have to be specifically located #Strikin'
chimmihc
#183383509Thursday, February 11, 2016 6:36 PM GMT

"'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.
ElectoStriking
#183384004Thursday, February 11, 2016 6:51 PM GMT

thanks chimich , ima make it FE anyways to prevent exploiters but thanks #Strikin'
128Gigabytes
#183384272Thursday, February 11, 2016 6:58 PM GMT

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.

    of     1