of     1   

tonygamezftw
#223933497Saturday, August 19, 2017 7:07 PM GMT

so basically I once I click the button, I want the indicate (banner) to say "mapselected// map" in this case bricktops this is the script in the serverscriptstorage to run the remotefunction; indicated = game.StarterGui.Trainer:WaitForChild("Indicate") local ind = game.ReplicatedStorage.indicateRFD:WaitForChild("indicateRF") function ind:OnServerInvoke() game.Workspace:WaitForChild("Bricktops") indicated.Text = "MapSelected//Bricktops" end this is the script in the indicate gui; local indicateremote = game.ReplicatedStorage:WaitForChild("IndicateRF") script.Parent.Parent.TrainerFrame.MapSelections.Bricktops.MouseButton1Click:connect(function() local invoke = indicateremote:InvokeServer() script.Parent.Text = "MapSelected// Bricktops" end) I really cant find whats gone wrong and ive been stumped for a while. Anyone got a clue?
tonygamezftw
#223934012Saturday, August 19, 2017 7:18 PM GMT

Bumpbumpbumpbumpbumpbump
tonygamezftw
#223934425Saturday, August 19, 2017 7:27 PM GMT

B
tonygamezftw
#223934808Saturday, August 19, 2017 7:35 PM GMT

B
tonygamezftw
#223935039Saturday, August 19, 2017 7:39 PM GMT

Is my level of scripting to advanced for yall. Kidding bump
tonygamezftw
#223936085Saturday, August 19, 2017 7:56 PM GMT

n
tonygamezftw
#223937325Saturday, August 19, 2017 8:18 PM GMT

.
tonygamezftw
#223942113Saturday, August 19, 2017 9:55 PM GMT

Tb

    of     1