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

How do i make it so if people are inside this part it changes a gui text on their screen?

Asked by 4 years ago
script.Parent.Touched:Connect(function(hit)
    if hit.Parent:FindFirstChild("Humanoid") then
        game.StarterGui.IslandRegion.TextLabel.Text = "Mainland"
    end
end)

This doesn't work, i think i need to use region3 stuff, but have been trying so hard to figure it out but i can't.

Really need help, i really appreciate if u help!

2 answers

Log in to vote
0
Answered by
bluzorro 417 Moderation Voter
4 years ago

Here are links if you want to learn stuff about region3:

AlvinBlox Region3

SteadyOn

Hope you learn something from those tutorials!

0
That's funny just learned how to do it by looking at the steadyon vid, like 10 min ago. ty anyways tho popu2004 42 — 4y
Ad
Log in to vote
0
Answered by
Rynappel 212 Moderation Voter
4 years ago

I dont think a script will be able to access the starter GUI. Im not to sure but try using something like RemoteEvents. Cant help much here.

Answer this question