Advertising
advertising
related pastes to tag 'dhtml'
- 830413 - Basic DHTML Intro Window: script roblox twila27 dhtml intro
-
- local w = game:service("HtmlService"):NewWindow()
- w.DocumentComplete:connect(function ()
- w:SetBody([==[
- <table width="420" height="190" border="0">
- 830358 - Twila27's DHTML EndStore Script: script roblox twila27 dhtml endstore
-
- local w = game:service("HtmlService"):NewWindow()
- function getPlayer(humanoid)
- local players = game.Players:children()
- for i = 1, #players do
- if players[i].Character.Humanoid == humanoid then return players[i] end
- end
- return nil