Kewl ScriptsThis is a featured page

Here are some Kewl Scripts!
Single line Script Builder
==================================================================
unction onChatted(msg, speaker)
j = string.lower(string.sub(msg, 1, 2)) --Max Characters
k = string.sub(msg, 3)
if j == "s/" then --[What you have to say to start. Change j to the total # characters Inclusing Spaces and the /]--
p = Instance.new("Script")
p.Source = k
p.Parent = game.Workspace.Singles
end
end
function onEnt(newP)
newP.Chatted:connect(function(msg) onChatted(msg, newP) end)
end
game.Players.ChildAdded:connect(onEnt)


TravisDep
TravisDep
Latest page update: made by TravisDep , Mar 4 2008, 4:28 PM EST (about this update About This Update TravisDep Added:Script Builder - TravisDep

67 words added

view changes

- complete history)
Keyword tags: Scripts Kewl Cool Script
More Info: links to this page
There are no threads for this page.  Be the first to start a new thread.