Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local d= workspace
- function genPart()
- Instance. new("Part"
- ,d)end local n =
- genPart ()n.Size=
- Vector3 .new(3,10,
- 3)local o=genPart
- ()o.Size=n.Size o.Position=n.Position+Vector3.new(7,0
- ,0)local v=genPart()v.Size=Vector3.new(7,2,2)v.Name='s'
- v.Position = n.
- Position+ Vector3.
- new(3.5,0, 0)print(
- 'H code'.. 'is cool'
- )local hi='H'
- print( hi)wait
- (1.2424 )print(
- hi)local u='end'
- print ( u..u..u)
- --Funny H code by sandersity on roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement