Skip Navigation
Home
Home
Explore
Explore
Search
Apple macbook pro ear
Sign in
Sign in
Options
Help
Send Feedback
jcole
1 year ago
• 2 views
Report
i do not start controversy and only tell the truth
#gameGetServiceReplicatedStorageEventsTempleNPCMakeCultistNPCFireServer
3
0
1
Comments
jinx
1 year ago
Report Comment
#npc
= {}
npc.__index = npc
function npc.new(name,model,health)
local t = setmetatable({Name = name,Model = model,Health = health},npc)
print(t[1])
return t
end
function npc:printNPC()
print("name is ",self.Name)
print("model is",self.Model)
print("health is ",self.Health)
end
return npc
0
0
Compose New Post
×
8192
Public
Public
Followers Only
Unlisted
Private
Upload
Add Option
1 day
1 day
2 days
3 days
4 days
5 days
6 days
7 days
8 days
9 days
10 days
11 days
12 days
13 days
14 days
Publish
8192
Upload
Publish
npc.__index = npc
function npc.new(name,model,health)
local t = setmetatable({Name = name,Model = model,Health = health},npc)
print(t[1])
return t
end
function npc:printNPC()
print("name is ",self.Name)
print("model is",self.Model)
print("health is ",self.Health)
end
return npc