of     1   

Kurokku
#183898887Thursday, February 18, 2016 8:34 PM GMT

I wanna start making games in FE how do I do it
cofunction
#183898979Thursday, February 18, 2016 8:36 PM GMT

game.Workspace.FilteringEnabled = true
C_Sharper
#183898988Thursday, February 18, 2016 8:36 PM GMT

Look up on the wiki page to find out the restrictions. A big one is you can't access players' playerguis from server scripts. You have to use RemoteEvents or functions.
[rfa#hidefromsearch]
#183899203Thursday, February 18, 2016 8:41 PM GMT

[rfa#hidefromsearch]
UnstableScript0
#183899357Thursday, February 18, 2016 8:44 PM GMT

The only reason to ever access the playergui on the server is from an admin script, and that's just a convenience. I have no problem coding UI with FE.

    of     1