This Roblox Studio tutorial was brought to you by the comment section. It is also one of the only videos I have made where I don't talk. As for why, you will know very soon...
Script:
local button = script.Parent --assigns the button a variable
local frame = script.Parent.Parent --assigns the frame a variable
button.MouseButton1Click:Connect(function() --code runs when the button is clicked
frame.CanvasPosition = Vector2.new(0,450) --moves the frame position
end)
My Discord server: / discord
Make sure to like and subscribe if you enjoyed it or if this video helped :)
Music Used:
Alan Walker - Spectre [Privated NCS Release]
• Alan Walker - Spectre [COPYRIGHTED NCS Rel...
Tags: #onfirerobloxscripting #roblox #robloxstudio #tutorial #howto