Greater than equation not working?

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.