Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instructions:
- -- Enter a LocalScript into your screengui.
- -- Make sure your TextLabel, TextBox, and TextButton have the default name
- -- Insert this script.
- local plr = game.Players.LocalPlayer
- local TextLabel = script.Parent.TextLabel
- local TextBox = script.Parent.TextBox
- script.Parent.TextButton.MouseButton1Click:Conncect(function()
- if script.Parent.TextBox.Text ~= nil then
- script.Parent.TextLabel.Text = script.Parent.TextBox.Text
- end
- end)
- --Made by javaleaf,
- -- Links:
- -- Youtube: https://www.youtube.com/channel/UCgmGcMh4lOBPPxCYQWaqScA
- -- ROBLOX: https://web.roblox.com/users/185456867/profile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement