Answers for "make text uppercase roblox"

1

make string all capital roblox

word = "hello"

NewWord = string.upper(word)

print(NewWord)

> HELLO
Posted by: Guest on April-15-2021

Browse Popular Code Answers by Language