Advertisement
ur9rgi

RTS - FlowMasterV1 I ConfigHandle

Sep 29th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. script.Parent.Send.MouseButton1Click:Connect(function()
  2.     local TargetGate = script.Parent.GateNum.Text
  3.     local esttime = script.Parent.TextBox.Text
  4.     print("Client targetgate: "..TargetGate)
  5.     print("Client est time: "..esttime)
  6.     game.ReplicatedStorage["RTS FlowMaster V1"].EstimatedTime:FireServer(TargetGate, esttime)
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement