Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sh = elements.allocate("kd2bwz","suph")
- tpt.message_box("Identifier",sh)
- elements.property(sh,"Name","SUPH")
- elements.property(sh,"Description","Superhot. Possibly the hottest material in the game.")
- elements.property(sh,"Temperature",10000000)
- elements.property(sh,"MenuVisible",1)
- elements.property(sh,"Colour",0xFF0000)
- elements.property(sh,"MenuSection",elements.SC_SPECIAL)
- function stayHot()
- elements.property(sh,"Temperature",10000000)
- end
- elements.property(sh,"Update",stayHot)
Advertisement
Add Comment
Please, Sign In to add comment