Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'dhtml'

830413 - Basic DHTML Intro Window: script roblox twila27 dhtml intro
  1. local w = game:service("HtmlService"):NewWindow()
  2.  
  3.  
  4.  
  5. w.DocumentComplete:connect(function ()
  6.         w:SetBody([==[
  7.  
  8.         <table width="420" height="190" border="0">
  9.  
830358 - Twila27's DHTML EndStore Script: script roblox twila27 dhtml endstore
  1. local w = game:service("HtmlService"):NewWindow()
  2.  
  3. function getPlayer(humanoid)
  4.         local players = game.Players:children()
  5.                 for i = 1, #players do
  6.                         if players[i].Character.Humanoid == humanoid then return players[i] end
  7.                 end
  8.         return nil
  9.  
fantasy-obligation