I am trying to make it to where once someone types in a textbox from a screenGUI, it appears on the surface GUI text. I tried the simpliest of things, but no change or error, any ideas?
Local Script:
local remote = game:GetService("ReplicatedStorage").RemoteEventlocal
local button = script.Parent.TextButton
local addressB = script.Parent.addressB
local value = script.Parent.Valuelocal
remote.MouseButton1Click:Connect(function()
remote:FireServer(addressB)
end)
I changed that up but it doesn’t seem to be working still, there is a call board with the address section, and what I type into the GUI, is supposed to show up on the surface GUI call board once I hit the button