Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to learn scripting with FE enabled? What type of scripts u need to use?

Asked by 5 years ago

So with the new thing from roblox experimental update that only 12- can join a game is update that we don’t like. But how to work with scripts if FE is on? Do u need to use what type of scripts and do j need to use remote events?

1 answer

Log in to vote
4
Answered by 5 years ago

Hi!

RemoteEvents are definetly something you should learn when scripting with FE. Those allow you to fire certain events on a local client whilst operation from the server (For example: Team switching, respawning, giving currency, etc.)

I recommend focussing on Scripts rather than Local Scripts when using FE. Test out your scripts along the way via Studio and see if it all works.

When you're making stuff like menu's that operate on the client, use the RemoteEvents. These should all work fine with FE!

0
Can u use then remote events in the things itself? Or only like in ReplicatedStorage? Or something else? MaxDev_BE 55 — 5y
0
RemoteEvents are place inside the ReplicatedStorage and can be called on from a Local Script. User#20989 0 — 5y
0
But can u use them like in a vehicle inside it for the siren? MaxDev_BE 55 — 5y
0
You can make it send a request from the local script inside the car to make it play the sound, make sure its tight security aka it has that sound already premade instead of giving it a SoundID, do this so Exploiters can't add a SoundID based on their liking and fire it through out the server Omega_bs 40 — 5y
View all comments (2 more)
0
Yeah so for sound and lights i can use it? MaxDev_BE 55 — 5y
0
Yes you can! User#20989 0 — 5y
Ad

Answer this question