Hello, im trying to make a button where when you click on it, it changes the CanvasPosition to “1,0”
i think the issue might be becuase im using a “script”
instead of a “local script” however it wont work in a local script.
heres the script:
local player = game.Players.LocalPlayer
script.Parent.MouseButton1Click:Connect(function()
player.PlayerGui.ToolShop.Frame.ScrollingFrame.CanvasPosition = "1,0"
end)