You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
Fix error -
What is the issue? Include screenshots / videos if possible!
attempt to perform arithmetic (add) on number and Instance -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Devfourms
Local Script:
local amount = child.Num.Value
game.ReplicatedStorage.Remotes.ChangeFloorValue:FireServer(amount)
Script:
game.ReplicatedStorage.Remotes.ChangeFloorValue.OnServerEvent:Connect(function(amount)
floors.Value = floors.Value + amount
end)