of     1   

FearlessBiscuit
#170985680Thursday, August 13, 2015 5:55 AM GMT

How would i make it so when an admin does !gyell it shouts to all the servers? --localscript game.Players.PlayerAdded:connect(function(plr) plr.Chatted:connect(function(msg) if msg == "!gyell" then --how? end end) end)
zarman3402
#170986271Thursday, August 13, 2015 6:04 AM GMT

Idk
FearlessBiscuit
#171060326Thursday, August 13, 2015 9:21 PM GMT

b
Mouse_Potatoe
#171061937Thursday, August 13, 2015 9:34 PM GMT

1. Make an array 2. Use sub to find !gyell in the beginning of a sentence Flash Drives are Floppy Disks. Floppy Disks are SD Cards.
ray_revenge
#171062141Thursday, August 13, 2015 9:36 PM GMT

1. misleading title 2. data store
Bebee2
#171062177Thursday, August 13, 2015 9:36 PM GMT

Lead_Scripter
#171063715Thursday, August 13, 2015 9:49 PM GMT

yupp you need to use DataStore for that and let the other end read from the DataStore when it opdates. As they other said read on the wiki about how to use it.
FearlessBiscuit
#171069809Thursday, August 13, 2015 10:45 PM GMT

Example plz ;(
Iterum
#171069942Thursday, August 13, 2015 10:46 PM GMT

There are many examples on the Roblox Wiki datastore article. Also, peaspod has videos on them. Alternatively, you can use HttpService for this which is the *FAR* better option for things like this. Not to mention you must remember you have a request limit for datastores (you do for HttpService, but you're unlikely to be using that for much more). Don't do datastores for this. -ChiefDelta/Discommodate/iC7G/Vulnerite + 100 other accounts
FearlessBiscuit
#171070052Thursday, August 13, 2015 10:47 PM GMT

Ok, then could you help me with httpservice?? i dont know much about it and the wiki doesn't explain it very well ;(
Iterum
#171070102Thursday, August 13, 2015 10:48 PM GMT

CodeTheorm has some tutorials on it, I believe. -ChiefDelta/Discommodate/iC7G/Vulnerite + 100 other accounts
FearlessBiscuit
#171070227Thursday, August 13, 2015 10:49 PM GMT

Ok thanks!

    of     1