Generation

testsSat, 03 Jun 2023

local player = game.LocalPlayer local nameTag = script.Parent.ScreenGui.TextLabel nameTag.Text = player.Name while true do nameTag.Position = UDim2.new(0, 0, 0, -nameTag.Size.Y.Offset) wait(0.5) end

Want to kickstart your project?Use the new AI Studio to create your code