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

Questions about programming?Chat with your personal AI assistant