Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

make string all capital roblox

word = "hello"

NewWord = string.upper(word)

print(NewWord)

> HELLO
Source by arebeexlua.fandom.com #
 
PREVIOUS NEXT
Tagged: #string #capital #roblox
ADD COMMENT
Topic
Name
4+8 =