Advertisement
IMAKESCRIPTSATSCHOOL

H

Feb 11th, 2022
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.01 KB | None | 0 0
  1. local d=                                    workspace
  2. function                                    genPart()
  3. Instance.                                   new("Part"
  4. ,d)end                                     local n =
  5. genPart                                     ()n.Size=
  6. Vector3                                     .new(3,10,
  7. 3)local                                     o=genPart
  8. ()o.Size=n.Size o.Position=n.Position+Vector3.new(7,0
  9. ,0)local v=genPart()v.Size=Vector3.new(7,2,2)v.Name='s'
  10. v.Position                                 =     n.
  11. Position+                                    Vector3.
  12. new(3.5,0,                                   0)print(
  13. 'H code'..                                   'is cool'
  14. )local                                       hi='H'
  15.  print(                                       hi)wait
  16. (1.2424                                       )print(
  17. hi)local                                      u='end'
  18. print (                                       u..u..u)
  19.  
  20.  
  21. --Funny H code by sandersity on roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement