now it is saying that argument 1 missing or nil?
local rs = game:GetService("ReplicatedStorage")
script.Parent.MouseButton1Click:Connect(function()
rs.Convert:FireClient()
end)
now it is saying that argument 1 missing or nil?
local rs = game:GetService("ReplicatedStorage")
script.Parent.MouseButton1Click:Connect(function()
rs.Convert:FireClient()
end)
thatās because you use āFireServer()ā to fire to the server, though Iām guessing you got that from autofill, you gotta send that from a local script cause server canāt detect UI button clicks
k, but now it sayis attempt to perform arithmetic (mul) on number and instance
cash.Value += wood.Value * rebirth
how have you defined all of those?
thankyou it worked!!! This helped so much!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.