Advertisement
mawesome4ever

LooserShip

Oct 13th, 2020
2,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.72 KB | None | 0 0
  1. 346.5|-0.5|202.5|Port|0|0|0|1|1|1|199|PortID=1*351|2|196|WedgeTemplate|0|0|-90|8|4|6|348|Iron*333|2.5|189|Iron|0|0|0|2|7|20|199*348|2.5|189|Iron|0|0|0|2|7|20|199*340.5|2.5|178.5|DoorTemplate|0|90|0|1|7|13|348|DoorSwitch=false|Iron*340.5|-1.5|188.5|Iron|0|0|0|17|1|21|199*333|2.5|206|Iron|0|0|0|2|7|14|199*341.5|-0.5|213.5|Iron|0|0|0|15|1|1|199*354|-0.5|213.5|Iron|0|0|0|10|1|1|199*360|2.5|206.5|Iron|0|0|0|2|7|13|199*353|2.5|199.5|Iron|0|0|0|12|7|1|199*340.5|-1.5|206.5|Iron|0|0|0|17|1|15|199*355|-1.5|206.5|Iron|0|0|0|12|1|15|199*340.5|3|213.5|ReinforcedGlass|0|0|0|13|6|1|1001*353|3|213.5|ReinforcedGlass|0|0|0|12|6|1|1001*349.5|0.5|206.5|WedgeTemplate|0|-90|0|11|3|3|348|Iron*360|2.5|213.5|WedgeTemplate|90|-90|0|7|1|2|348|Iron*333|2.5|213.5|WedgeTemplate|-180|0|90|7|2|1|348|Iron*348|2.5|178.5|WedgeTemplate|0|0|-90|7|2|1|348|Iron*333|2.5|178.5|WedgeTemplate|-90|90|0|7|1|2|348|Iron*360|2.5|199.5|WedgeTemplate|0|0|-90|7|2|1|348|Iron*345.5|-0.75|201|Microcontroller|-180|0|-180|3|0.5|2|304|Code=local screen = GetPartFromPort(1,"Screen")
  2. local textLabel
  3. local function newLabel(WithText)
  4.     if not textLabel then
  5.         textLabel =screen:CreateElement("TextLabel",{Text = WithText; Position = UDim2.new(0.5,0,0.5,0); AnchorPoint = Vector2.new(0.5,0.5); TextColor3 = Color3.fromRGB(10,10,255);})
  6.     else
  7.         textLabel:ChangeProperties({Text = WithText;})
  8.     end
  9.     return
  10. end
  11. newLabel("You \n Looser")|StartsOnSpawn=true*346.5|-0.5|208|EthernetCable|0|90|0|10|1|1|306*346|4|212.5|Screen|-90|90|0|8|1|8|1003*340.5|1.5|204.5|ReinforcedGlass|-90|0|90|15|13|1|1001*340.5|0.5|194|WedgeTemplate|0|0|0|13|3|6|348|Iron*347.5|0.5|206.5|ReinforcedGlass|-90|0|0|1|11|3|1001*349.5|0.5|200.5|Wire|0|0|0|5|3|1|106*355.5|2.5|203.5|PowerCell|-180|0|90|7|7|7|199*355.5|6.5|206|SolarPanel|0|0|0|11|1|14|194*346.5|0.5|206|Wire|0|0|0|1|1|12|106*338.5|-0.5|210.5|Polysilicon|0|90|0|5|1|1|1032|SDATA=0|Frequency=0|PolysiliconMode=1*334.5|0.5|209|Polysilicon|0|90|0|6|1|1|1032|SDATA=0|Frequency=0|PolysiliconMode=0*339|-0.5|200.5|Polysilicon|0|0|0|10|1|1|1032|SDATA=0|Frequency=0|PolysiliconMode=0*341|-0.5|201.5|Polysilicon|0|0|0|6|1|1|1032|SDATA=0|Frequency=0|PolysiliconMode=1*339|3|212.5|Button|-90|0|0|2|1|2|106|TriggerMode=|KeyInput=*335|3|212.5|Button|-90|0|0|2|1|2|106|TriggerMode=|KeyInput=*338.5|1|212.5|Polysilicon|0|90|0|1|2|1|1032|SDATA=0|Frequency=0|PolysiliconMode=1*334.5|1|212.5|Polysilicon|0|90|0|1|2|1|1032|SDATA=0|Frequency=0|PolysiliconMode=0*348.5|5.5|200.5|Wire|0|0|0|3|1|1|106*346.5|5.5|190|Wire|0|0|0|1|1|22|106*347.5|3.5|200.5|Wire|0|0|0|1|3|1|106*340.5|6.5|188.5|SolarPanel|0|0|0|13|1|21|194*338.5|-0.5|205|Polysilicon|0|90|0|6|1|1|1032|SDATA=0|Frequency=0|PolysiliconMode=1*334.5|0.5|203|Polysilicon|0|90|0|6|1|1|1032|SDATA=0|Frequency=0|PolysiliconMode=0*334.5|4|206|Anchor|-90|0|-90|2|1|2|24*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement