uppercase string roblox code example Example: make string all capital roblox word = "hello" NewWord = string.upper(word) print(NewWord) > HELLO