script.Parent.TextButton.MouseButton1Click(function() workspace.Gravity=300 end) script.Parent.TextButton2.MouseButton1Click(function() workspace.Gravity=100 end)
if i try to run this script it returns this error in the title, Players.EpicEyeBall_007.PlayerGui.ScreenGui.Script:1: attempt to call a RBXScriptSignal value I suck at scripting plz help! <3
So the problem was that i used MouseButton1Click() which even though it passes as an event it doesn't pass parameters so it doesn't need the (). Hope this answers anyone else with this question!