kzezd
local UserService = DevForum.UserList
local kzezd = UserList:FindFirstChild("Kzezd")
local profile = kzezd:WaitForChild("Profile")
profile.Triggered:Connect(function(User)
print("User has entered profile")
profile.AboutMe.Text == "Hello there "..User.Name.."!
Welcome to my profile! I like to make games.
Things I am ok at:
Coding
Building
Music (Debatable)
Animation (Also Debatable)
Procrastinating (Im REALLY good at doing this actually)
Things I am bad at:
Using any form of math in code
Adding lots of details to my builds
FINISHING MY GAMES
Socializing
Any competitive shooter games"
end)