#Whyyyy!!!!!

1 messages · Page 1 of 1 (latest)

crimson slate
#

please help

#

when you type like stuff in its ment to show up on the tv thingy

halcyon mantle
crimson slate
#

one that makes sure only certain people can see and 1 that actualyl has the send part

#

--local ReplicatedStorage = game:GetService("ReplicatedStorage")
local popupGui = script.Parent
local remote = ReplicatedStorage:WaitForChild("UpdateCallBoard")

-- Input boxes
local callInput = popupGui:WaitForChild("CallType")
local locationInput = popupGui:WaitForChild("LocationType")
local applianceInput = popupGui:WaitForChild("ApplianceType")
local extraInfoInput = popupGui:WaitForChild("ExtraInfoType")
local sendButton = popupGui:WaitForChild("SendButton")

sendButton.MouseButton1Click:Connect(function()
remote:FireServer(
callInput.Text,
locationInput.Text,
applianceInput.Text,
extraInfoInput.Text,
os.date("%I:%M %p")
)

popupGui.Visible = false

end)

halcyon mantle
#

you haven't specified an error. If it doesnt show an error, revise both server and client codes

crimson slate
#

...

#

i thought this would be a easy project

#

do you think if I sent you the project/model you could quickly do what you stated?