|
| 01 Oct 2016 05:48 PM |
https://twitter.com/FarFromFameRBX/status/782351504904687616?lang=en
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 01 Oct 2016 05:56 PM |
b3
The link is an alternate pastebin..
|
|
|
| Report Abuse |
|
|
nobodyish
|
  |
| Joined: 12 Apr 2015 |
| Total Posts: 509 |
|
|
| 01 Oct 2016 05:59 PM |
local function onTouched(plr) if plr.Parent:FindFirstChild("Humanoid") then player = game.Players:FindFirstChild(plr.Parent.Name) e.PlayerGui.Main.Visible = false = false end end
script.Parent.Touched:connect(onTouched)
what u did wrong: PlayerGui is in the player Players, not in the player in Workspace
|
|
|
| Report Abuse |
|
|
nobodyish
|
  |
| Joined: 12 Apr 2015 |
| Total Posts: 509 |
|
|
| 01 Oct 2016 06:02 PM |
oops
i forgot to delete where i put ur gui names into mine by copy n paste
local function onTouched(plr) if plr.Parent:FindFirstChild("Humanoid") then player = game.Players:FindFirstChild(plr.Parent.Name) e.PlayerGui.Main.Visible = false end end
script.Parent.Touched:connect(onTouched)
|
|
|
| Report Abuse |
|
|
KreoBox
|
  |
| Joined: 24 Aug 2016 |
| Total Posts: 356 |
|
| |
|
|
| 01 Oct 2016 06:17 PM |
Yes fe is on, I did it to prevent the exploiters from affecting others.
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
KreoBox
|
  |
| Joined: 24 Aug 2016 |
| Total Posts: 356 |
|
|
| 02 Oct 2016 02:46 AM |
| With FE enabled things in StarterGui are not created on the server, they are cloned locally. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 04 Oct 2016 05:46 PM |
Handle UI from the client.
|
|
|
| Report Abuse |
|
|
| |
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
| |
|
|
| 04 Oct 2016 06:00 PM |
How would I do that? I know how to call a remote from the client but not from the server.
|
|
|
| Report Abuse |
|
|
Wowgnomes
|
  |
| Joined: 27 Sep 2009 |
| Total Posts: 26255 |
|
|
| 04 Oct 2016 06:11 PM |
FireClient(PlayerToFire, arg)
or u could have it clone a gui into the player's gui, and it is able to manipulate that just can't for items created locally or guis in startergui
|
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 04 Oct 2016 06:13 PM |
http://forum.roblox.com/Forum/ShowPost.aspx?PostID=198426552
|
|
|
| Report Abuse |
|
|
|
| 05 Oct 2016 04:29 PM |
So, do I need to use remotes or can I clone it?
I tried cloning it before but that didn't seem to work either.
|
|
|
| Report Abuse |
|
|
|
| 06 Oct 2016 02:19 PM |
I got it to work but now it gives everyone the gui. Is it because I use fire server?
|
|
|
| Report Abuse |
|
|