Answers for "how to make a string capital in roblox"

1

make string all capital roblox

word = "hello"

NewWord = string.upper(word)

print(NewWord)

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

Code answers related to "how to make a string capital in roblox"

Browse Popular Code Answers by Language